Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "code-fix" target to automatically fix code violations #113

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

patrickfweston
Copy link
Contributor

The code-review task runs the PHP Code Sniffer which logs coding standard violations. It is possible to automatically fix these errors, but doing so requires running a long command. This PR adds a target called code-review to fix violations that PHPCBF can address automatically.

Resources:

@becw
Copy link
Member

becw commented Nov 13, 2018

😍

@becw becw merged commit d497081 into release-2.0 Nov 13, 2018
@becw becw deleted the code-fix-target branch November 13, 2018 18:29
@becw becw added this to the 2.0 milestone Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants